home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / basic / ubas830.zip / UBHELP.DOC < prev    next >
Text File  |  1991-01-23  |  3KB  |  75 lines

  1.  
  2.         **        UBHELP ( ver. 1.2 )        **
  3.  
  4.  
  5.      UBHELP is an on-line help system for UBASIC.
  6.  
  7.  
  8. 1. Files in the UBHELP package and installing and removing UBHELP
  9.  
  10.      UBHELP consists of the following files:
  11.  
  12.           UBHELP.COM   program file
  13.           UBHELP.TBL   command table file
  14.           UBHELP.XXX   documentation for UBHELP
  15.           UBHELP.DOC   this file
  16.           UBH.UB       a UB-program to make UBHELP.TBL
  17.  
  18.      UBHELP is a resident program, which will remains in your
  19. computer's memory until you remove it.  Place "UBHELP.TBL" and
  20. "UBHELP.XXX" in the same directory, say "c:\ub\ubhelp", and type
  21.  
  22.           UBHELP /dc:\ub\ubhelp
  23.  
  24. on the DOS command line, before starting UBASIC.  After quitting
  25. from UBASIC, type
  26.  
  27.           UBHELP /r
  28.  
  29. on the DOS comand line once again, then UBHELP will be removed
  30. from the memory.  It may be convinient to use the batch file
  31. consisting of following three lines:
  32.  
  33.           UBHELP /dc:\ub\ubhelp       (stay)
  34.           UBIBM                       (execute UBASIC)
  35.           UBHELP /r                   (remove)
  36.  
  37. (Note: When UBASIC is started by a batch file, the DOSCMD
  38. statement will behave differently as you will expect.)
  39.  
  40. 2. How to use UBHELP
  41.  
  42.      Hit  CTRL+\  in UBASIC and the help-window will be displayed.
  43. If the character just at the cursor position is a blank, the
  44. main menu will be appeared.  To select the item, move the
  45. cursor to the target item and hit return.  Then the instruction
  46. of the item will be appeared.
  47.      If the string starting from the cursor position is a statement
  48. or a function of UBASIC, the instruction of the item will be
  49. appeared directly.
  50.      Hit  CTRL+\  once again, you will find the submenu of this
  51. help system.  We skip the details of this submenu.  You should
  52. try to see this.
  53.  
  54. 3. Revising the help texts.
  55.  
  56.      You can rewrite the help texts in "UBHELP.XXX" to get more
  57. suitable informations.  Rewrite "UBHELP.XXX" by your text editor
  58. and run "UBH.UB" on UBASIC.  Then the table file "UBHELP.TBL"
  59. will be updated and you can use the new "UBHELP.XXX" from that
  60. time.
  61.  
  62. 4. Copyright and Distribution of UBHELP
  63.  
  64.      You can duplicate and distribute UBHELP freely.  And please
  65. note that the copyright is still kept by the author.
  66.  
  67. -------------------------------------------------------
  68.      UBHELP system was created by
  69.      Yoichi Koyama  ( e-mail : DOXYL@JPNKIT.BITNET )
  70.      Kanazawa Institute of Technology
  71.  
  72.      Version 1.2 for IBM-PC
  73.      January 23, 1991
  74. -------------------------------------------------------
  75.